Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(IDX): don't diff bazel targets #4197

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Conversation

nmattia
Copy link
Contributor

@nmattia nmattia commented Mar 3, 2025

This drops the diff.sh workaround that was used to figure out which subset of bazel targets to rebuild.

The artifact download from the cache is (now) fast enough that we want to try avoiding the complexity of diff.sh and instead try to rely on the cache for providing pre-built artifacts.

This drops the `diff.sh` workaround that was used to figure out which
subset of bazel targets to rebuild.

The artifact download from the cache is (now) fast enough that we want
to try avoiding the complexity of `diff.sh` and instead try to rely on
the cache for providing pre-built artifacts.
@github-actions github-actions bot added the chore label Mar 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant